home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / e_v3.2a_extras / pdsrc / oomodules / objects.build < prev    next >
Text File  |  1995-02-05  |  421b  |  24 lines

  1. # just type 'build FROM objects TARGET <targetname>'
  2.  
  3. # printer
  4. #
  5. # uses:     device, library
  6.  
  7. printer.m: printer.e device.m library.m
  8.            echo "*Ncompiling printer.e"
  9.            ec printer.e
  10.  
  11. # device
  12. #
  13. # uses:     library
  14.  
  15. device.m: device.e library.m
  16.           echo "*Ncompiling device.e"
  17.           ec device.e
  18.  
  19. # library
  20.  
  21. library.m:  library.e
  22.             echo "*Ncompiling library.e"
  23.             ec library.e
  24.